home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Communications / IBTip / Source / English.lproj / IBTip.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  478 b   |  38 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MyObject = {
  7.     ACTIONS = {
  8.     receiveFile:;
  9.     captureFile:;
  10.     sendFile:;
  11.     runScript:;
  12.     sendLine:;
  13.     toggleCapture:;
  14.     resetConfig:;
  15.     configure:;
  16.     dial:;
  17.     hangup:;
  18.     reset:;
  19.     };
  20.     OUTLETS = {
  21.     parityPopup;
  22.     flow;
  23.     captureFile;
  24.     captureFileWell;
  25.     input;
  26.     connectSound;
  27.     sendProtoPopup;
  28.     captureMenu;
  29.     port;
  30.     receiveProtoPopup;
  31.     speedPopup;
  32.     initString;
  33.     output;
  34.     dialString;
  35.     };
  36.     SUPERCLASS = Object;
  37. };
  38.